home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000194_joe@athena.mit.edu _Sat Jul 25 18:02:55 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <joe@athena.mit.edu>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA27219; Sat, 25 Jul 92 18:02:55 MET DST
  4. Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
  5.     id AA00498; Sat, 25 Jul 92 18:02:59 +0200
  6. Received: from CALCULUS-1.MIT.EDU by Athena.MIT.EDU with SMTP
  7.     id AA03552; Sat, 25 Jul 92 12:02:26 EDT
  8. Received: by CALCULUS-1.MIT.EDU (5.61/4.7) id AA21446; Sat, 25 Jul 92 12:02:22 -0400
  9. Message-Id: <9207251602.AA21446@CALCULUS-1.MIT.EDU>
  10. To: www-talk@nxoc01.cern.ch, tcl-archive@barkley.berkeley.edu
  11. Cc: cdsdev@athena.mit.edu
  12. Subject: tkWWW-0.1
  13. Date: Sat, 25 Jul 92 12:02:21 EDT
  14. From: Joseph Wang <joe@athena.mit.edu>
  15.  
  16.  
  17. I've uploaded a very preliminary interface to World Wide Web using the
  18. tk toolkit to export.lcs.mit.edu and the tcl archive in
  19. barkley.berkeley.edu.
  20.  
  21. tkWWW Version 0.1 alpha (joe@athena.mit.edu)
  22. --------------------------------------------
  23.  
  24. This a first pass at a browser for World Wide Web using the tk
  25. library.  It is very buggy.  Use at your own risk.
  26.  
  27. The Tk browser has the following advantages.
  28.  
  29. 1. Since the entire user interface is written in an interpreted 
  30.    language, it should be very easy to make modifications and extensions
  31.    to the system.
  32.  
  33. 2. More important, it is possible to imbed Tk code into hypertext
  34.    documents.  To see an example of this, load in the hypertext file
  35.    file:$pwd/Tcl/text2.html
  36.  
  37.  
  38. INSTALLATION
  39. ------------
  40. In order to install tkWWW you will need
  41.  
  42.    The code for the WWW line-mode browser. (anon ftp from info.cern.ch)
  43.    Libraries for tk and tcl (I'm using tk2.1 and tcl6.3)
  44.  
  45.    A wish intepreter which contains the Hyper and XYGraph widgets
  46.  
  47. To install this program, unpack the WWW line-mode browser source and 
  48. cd to the directory WWW.  Unpack this tar file. 
  49.  
  50.  
  51.